home *** CD-ROM | disk | FTP | other *** search
- # File: supl_requirement_to_tr_requirement.rsd
- # Purpose: Sample rule for creating a test requirement that corresponds
- # to a supplemental requirement in a Rational RequisitePro
- # domain project. It also traces the test requirement back to the
- # supplemental requirement.
-
- ###############################################################################
- #
- # Create a test requirement from a supplemental requirement.
- begin rule "Create Test requirement from Supplemental requirement"
-
- description
- {
- For a supplemental requirement, create a test requirement that will be
- used by TestStudio. This rule applies when the Test attribute on the SUPL
- requirement is True.
- }
-
- projects RequisitePro to RequisitePro
- items "Supplementary Requirement Type" to "Test Requirement Type"
- applies when Test = True
- properties
- source.Text init target.Text
- trace target to source
-
- end rule
-